Click or drag to resize
CacheableString Constructor (String)
Allocates a new instance copying from the given string.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CacheableString(
	string value
)

Parameters

value
Type: SystemString
the string value of the new instance
Exceptions
ExceptionCondition
IllegalArgumentException if the provided string is null or has zero length
See Also