MARC21ContainsUnicodeCharacter Method |
Description: Reads a string and determines if the string is in UTF8
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public bool ContainsUnicodeCharacter(
string input
)
Public Function ContainsUnicodeCharacter (
input As String
) As Boolean
public:
bool ContainsUnicodeCharacter(
String^ input
)
member ContainsUnicodeCharacter :
input : string -> bool
Parameters
- input
- Type: SystemString
Return Value
Type:
Booleantrue: has Unicode characters; false: does not
See Also