'Declaration Public Shared Function TryGetBibiMirroringPair( _
ByVal characterThe text character.As Char, _
ByRef mirroredCharacterThe mirrored text character.As Char _
) As Boolean
public static bool TryGetBibiMirroringPair(
char character,
out char mirroredCharacter
)
public: static bool TryGetBibiMirroringPair(
char character,
[PARAMFLAG::Out] char mirroredCharacter
)
public:
static bool TryGetBibiMirroringPair(
char character,
[Out] char mirroredCharacter
)
Parameters
- character
- The text character.
- mirroredCharacter
- The mirrored text character.
Return Value
True if character has mirroring pair; otherwise, false.