CacheableString Constructor (Char) |
Allocates a new instance copying from the given character array.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableString(
char[] value
)
Public Sub New (
value As Char()
)
public:
CacheableString(
array<wchar_t>^ value
)
new :
value : char[] -> CacheableString
Parameters
- value
- Type: SystemChar
the character array value of the new instance
Exceptions
See Also