MirrorUnicodeString Method
In This Topic
Searches the Mirroring table to determine if characters in the string need to be mirrored.
Syntax
'Declaration
Public Shared Function MirrorUnicodeString( _
ByVal As String _
) As String
public static string MirrorUnicodeString(
string
)
Parameters
- s
- The input string.
Return Value
The mirrored string.
See Also