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