MARC21ContainsUnicodeCharacter Method |
Description: Reads a string and determines if the string is in UTF8
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntaxpublic bool ContainsUnicodeCharacter(
string input
)
Parameters
- input
- Type: SystemString
[Missing <param name="input"/> documentation for "M:MARCEngine7.MARC21.ContainsUnicodeCharacter(System.String)"]
Return Value
Type:
Booleantrue: has Unicode characters; false: does not
See Also