ZeroconfServices Documation
DictionaryFromTXTRecordData Method (txtRecord)
NamespacesZeroconfServiceNetServiceDictionaryFromTXTRecordData(array<Byte>[]())
Returns an IDictionary representing a TXT record.
Declaration Syntax
C#Visual BasicVisual C++
public static IDictionary DictionaryFromTXTRecordData(
	byte[] txtRecord
)
Public Shared Function DictionaryFromTXTRecordData ( _
	txtRecord As Byte() _
) As IDictionary
public:
static IDictionary^ DictionaryFromTXTRecordData (
	array<unsigned char>^ txtRecord
)
Parameters
txtRecord (array<Byte>[]())
A byte[] object encoding of a TXT record.
Return Value
A dictionary representing a TXT record.

Assembly: ZeroconfService (Module: ZeroconfService) Version: 0.1.0.0