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

Parameters

value
Type: SystemString

Return Value

Type: CacheableFileName
See Also