Click or drag to resize
NdefUriGetCode Method

[This is preliminary documentation and is subject to change.]

Get the byte code of the scheme from a uri

Namespace: TapTrack.Ndef
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public static byte GetCode(
	string uri
)

Parameters

uri
Type: SystemString

Return Value

Type: Byte
Byte code of the scheme
See Also