[This is preliminary documentation and is subject to change.]
Converts the String 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( string value, char delimter ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToString ( _ value As String, _ delimter As Char _ ) As String |
Visual C++ |
---|
public: static String^ ToString( String^ value, wchar_t delimter ) |
Parameters
- value
- Type: System..::.String
The value to convert.
- delimter
- Type: System..::.Char
The string delimiter character.