Click or drag to resize

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)
Syntax
C#
public bool ContainsUnicodeCharacter(
	string input
)

Parameters

input
Type: SystemString

[Missing <param name="input"/> documentation for "M:MARCEngine7.MARC21.ContainsUnicodeCharacter(System.String)"]

Return Value

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