SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.IsStringValidUTF8()
Returns true if string contents are valid UTF8.
| Parameter | Type | Description |
|---|---|---|
|
s |
string |
Use this parameter to provide a string to evaluate. |
| Type | Description |
|---|---|
|
bool |
Returns true if the contents are valid UTF8. Example: var encoded = Ext.IsStringValidUTF8(utf8String); |
SBM ModScript version: 11.3.
None.
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.