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

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

Parameters

value
Type: SystemChar
the character array value of the new instance

Return Value

Type: CacheableString
Remarks
Providing a null or zero size character array will return a null CacheableString object.
See Also