GetValue() public method

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