CacheableString Constructor (String) |
Allocates a new instance copying from the given string.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheableString(
string value
)
Public Sub New (
value As String
)
public:
CacheableString(
String^ value
)
new :
value : string -> CacheableString
Parameters
- value
- Type: SystemString
the string value of the new instance
Exceptions
See Also