[This is preliminary documentation and is subject to change.]
Converts the Char to it's JavaScript string representation.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string ToString( char value ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToString ( _ value As Char _ ) As String |
Visual C++ |
---|
public: static String^ ToString( wchar_t value ) |
Parameters
- value
- Type: System..::.Char
The value to convert.