Yaml .NET Parser

Binary.Parse Method 

Parses a binairy node.

new public static byte[] Parse(
   ParseStream stream
);

Parameters

stream
Missing <param> documentation for stream

Return Value

Missing <returns> documentation for M:Yaml.Binary.Parse(Yaml.ParseStream)

Remarks

This is not an efficient method. First the stream is placed in a string. And after that the string is converted in a byte[]. If there is a fault in the binairy string then that will only be detected after reading the whole stream and after coneverting.

See Also

Binary Class | Yaml Namespace