Click or drag to resize

FrameSafeId Property

Gets the Frame's Id as a string. If the source Id was one of the recognised enumerated values then the enumeration value is returned as a string. If the source Id was not recognised then it's original raw string value is returned. This is a convenience property for use in dumping the Frame's Id in a safe manner.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public string SafeId { get; }

Property Value

String
See Also