Click or drag to resize
CacheableStringCreate Method (String)
Static function to create a new instance copying from the given string.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheableString Create(
	string value
)

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