CacheableFileNameCreate Method (Char) |
Static function to create a new instance from the
given character array.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableFileName Create(
char[] value
)
Public Shared Function Create (
value As Char()
) As CacheableFileName
public:
static CacheableFileName^ Create(
array<wchar_t>^ value
)
static member Create :
value : char[] -> CacheableFileName
Parameters
- value
- Type: SystemChar
Return Value
Type:
CacheableFileName
See Also