CacheableStringIsWideString Property |
True when the underlying C string is a wide-character string.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool IsWideString { get; }
Public ReadOnly Property IsWideString As Boolean
Get
public:
property bool IsWideString {
bool get ();
}
member IsWideString : bool with get
Property Value
Type:
Boolean
See Also