ArchivableDictionary.GetBytes Method (String)

ArchivableDictionaryGetBytes Method (String)

Get value as byte[], will only succeed if value was created using Set(string key, byte[] value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public byte[] GetBytes(
	string key
)
Public Function GetBytes ( 
	key As String
) As Byte()

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetBytes(System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetBytes(System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also