[This is preliminary documentation and is subject to change.]
Nulls an empty string.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string NullEmptyString( string s ) |
Visual Basic (Declaration) |
---|
Public Shared Function NullEmptyString ( _ s As String _ ) As String |
Visual C++ |
---|
public: static String^ NullEmptyString( String^ s ) |
Parameters
- s
- Type: System..::.String
The string.