[This is preliminary documentation and is subject to change.]

Nulls an empty string.

Namespace:  Facebook.Json.Utilities
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.

Return Value

Null if the string was null, otherwise the string unchanged.

See Also

StringUtils Class
Facebook.Json.Utilities Namespace