 | LiteEncoderCanEncodeIso Method |
Determines if a string can be represented as a Latin ISO-8859-1 encoded byte array.
The v2.3 spec says that valid characters are in the range $20 to $ff.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic static bool CanEncodeIso(
string value
)
Parameters
- value String
[Missing <param name="value"/> documentation for "M:Orthogonal.NTagLite.LiteEncoder.CanEncodeIso(System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteEncoder.CanEncodeIso(System.String)"]
See Also