asp.net.ph

String.Empty Field

System Namespace   String Class


Represents the empty string. This field is read-only.

[ VB ]
Public Shared ReadOnly Empty As String

[ C# ]
public static readonly string Empty;

[ C++ ]
public: static String* Empty;

[ JScript ]
public static var Empty : String;

Remarks

The value of this field is the zero-length string, "".

See Also

String Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph