Click or drag to resize
CacheableFileNameCreate Method (Char)
Static function to create a new instance 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 CacheableFileName Create(
	char[] value
)

Parameters

value
Type: SystemChar

Return Value

Type: CacheableFileName
See Also