CacheableStringCreate Method (String) |
Static function to create a new instance copying from
the given string.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableString Create(
string value
)
Public Shared Function Create (
value As String
) As CacheableString
public:
static CacheableString^ Create(
String^ value
)
static member Create :
value : string -> CacheableString
Parameters
- value
- Type: SystemString
the string value of the new instance
Return Value
Type:
CacheableString
Remarks
Providing a null or zero size string will return a null
CacheableString object.
See Also