Determines whether the specified character can be part of a Unicode identifier.
[Visual Basic] Public Shared Function IsUnicodeIdentifierPart( _ ByVal c As Char _ ) As Boolean [C#] public static bool IsUnicodeIdentifierPart( char c ); [C++] public: static bool IsUnicodeIdentifierPart( __wchar_t c ); [JScript] public static function IsUnicodeIdentifierPart( c : Char ) : Boolean;
true if the character can be part of a Unicode identifier, otherwise false.
This method has not been implemented yet.
Char Structure | Char Members | System Namespace | Boolean | Encoding | UnicodeEncoding