VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text.Bidi Namespace / UnicodeBidirectional Class / GetBidiVisual Methods / GetBidiVisual(Boolean,String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetBidiVisual(Boolean,String) Method (UnicodeBidirectional)
    In This Topic
    Returns a visual representation of Unicode bidirectional text.
    Syntax
    'Declaration
    
    Public Overloads Shared Function GetBidiVisual( _
    ByVal replaceBibiMirroringPair
    A value indicating whether the bidirectional mirroring characters must be replaced.
    As Boolean, _
    ByVal logicalStr
    The logical representation of Unicode bidirectional text.
    As System.String _
    ) As System.String
    public static System.String GetBidiVisual(
    bool replaceBibiMirroringPair,
    System.String logicalStr
    )
    public: static System.String GetBidiVisual(
    bool replaceBibiMirroringPair,
    System.String logicalStr
    )
    public:
    static System.String GetBidiVisual(
    bool replaceBibiMirroringPair,
    System.String logicalStr
    )

    Parameters

    replaceBibiMirroringPair
    A value indicating whether the bidirectional mirroring characters must be replaced.
    logicalStr
    The logical representation of Unicode bidirectional text.

    Return Value

    The visual representation of Unicode bidirectional text fragments if logical representation contains bidirectional text; otherwise, null.
    Exceptions
    ExceptionDescription
    Thrown if logicalStr is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also