GetValue() public method

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