DataOutputWriteCharArray Method |
Write a char array to the DataOutput.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteCharArray(
char[] value
)
Public Sub WriteCharArray (
value As Char()
)
public:
void WriteCharArray(
array<wchar_t>^ value
)
member WriteCharArray :
value : char[] -> unit
Parameters
- value
- Type: SystemChar
The char array to write.
See Also