Click or drag to resize
MARC21ContainsUnicodeCharacter Method
Description: Reads a string and determines if the string is in UTF8

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public bool ContainsUnicodeCharacter(
	string input
)

Parameters

input
Type: SystemString

Return Value

Type: Boolean
true: has Unicode characters; false: does not
See Also