Allocates a new instance copying from the given string.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public CacheableString( string value ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ value As String _ ) |
| Visual C++ |
|---|
public: CacheableString ( String^ value ) |
Parameters
- value
- String
See Also
CacheableString Class
GemStone.GemFire.Cache Namespace