CacheableCharacterCreate Method |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheableCharacter Create(
char value
)
Public Shared Function Create (
value As Char
) As CacheableCharacter
public:
static CacheableCharacter^ Create(
wchar_t value
)
static member Create :
value : char -> CacheableCharacter
Parameters
- value
- Type: SystemChar
Return Value
Type:
CacheableCharacter
See Also