GetValue() public method

Gets the raw bytes of the value that this scalar represents.
public GetValue ( ) : byte[]
return byte[]
Esempio n. 1
0
 private void WriteScalar(BinaryWriter writer, ScalarElement scalar)
 {
     writer.Write(scalar.GetValue());
 }
Esempio n. 2
0
 private void WriteScalar(BinaryWriter writer, ScalarElement scalar)
 {
     writer.Write(scalar.GetValue());
 }