GetValue() public method

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