VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text.Bidi Namespace / UnicodeBidirectional Class / GetBidiVisual Methods / GetBidiVisual(String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetBidiVisual(String) Method (UnicodeBidirectional)
In This Topic
Returns a visual representation of Unicode bidirectional text.
Syntax
'Declaration

Public Overloads Shared Function GetBidiVisual( _
ByVal logicalStr
The logical representation of Unicode bidirectional text.
As System.String _
) As System.String
public static System.String GetBidiVisual(
System.String logicalStr
)

Parameters

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also