Click or drag to resize
NdefUriRemoveScheme Method

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

Removes the scheme from the 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 RemoveScheme(
	ref string uri
)

Parameters

uri
Type: SystemString

Return Value

Type: Byte
Byte code of the scheme
See Also