Allocates a new instance copying from the given character array.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public CacheableString( char[] value ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ value As Char() _ ) |
| Visual C++ |
|---|
public: CacheableString ( array<wchar_t>^ value ) |
Parameters
- value
- array<Char>[]()
See Also
CacheableString Class
GemStone.GemFire.Cache Namespace