'Declaration Public Overloads Shared Function GetBidiVisual( _
ByVal replaceBibiMirroringPairA value indicating whether the bidirectional mirroring characters must be replaced.As Boolean, _
ByVal logicalStrThe 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.