Functions Summary

Function

Description

Checksum

 

CreateBlake2bHash (4 overloads)

Generates a deterministic, keyed BLAKE2b hash from the provided string parts ...

CSSClassName

Convert the given string into a valid CSS class name.

DecodeURI

Decode an escaped URI 'value' back to an unescaped URI.

DecodeURIComponent

Decode an escaped partial URI component, 'value', back to an unescaped URI co...

EclipseId

Create a valid Eclipse ID from 'identifier'.

EncodeURI

Encode 'value' string as an escaped URI.

EncodeURIComponent

Encode 'value' string, a partial URI component, as an escaped URI.

EndsWith

Return success of suffix being the suffix of input.

EscapeForXMLAttribute

Escape 'value' string so that it can be written as an XML attribute.

Format (10 overloads)

Format a message using the C# string formatter.

FromFile

Import file contents using 'sourceFileEncodingName' as the file's assumed enc...

JavaScriptEncoding

Convert all non-ASCII characters to Unicode escape sequences.

MatchExpression

Return success of match for 'matchExpressionAsString' in 'input'.

MatchExpressionValue

Return value of match for 'matchExpressionAsString' in 'input'.

MD5Checksum

Compute the MD5 checksum on the given 'value' string.

NCNAME

Convert 'identifier' to a valid NCNAME as defined by: http://www.w3.org/TR/19...

NormalizeQuotes

Convert the given string to a string where all left/right single/double quote...

OEBClassName

Create a valid Open eBook class name from 'styleName'.

PalmReaderEncoding

Encode string as required by Palm Reader.

Replace

Replace all occurrences of 'search' in 'input' with 'replacement'.

ReplaceWithExpression

Replace all occurrences of 'searchExpressionAsString' in 'input' with 'replac...

ReplaceWithExpressionForCount

Replace 'count' occurrences of 'searchExpressionAsString' in 'input' with 're...

SHA1Checksum

Compute the SHA-1 (Secure Hash Algorithm 1) checksum on the given 'value' str...

ToCamel

Convert the given string to camel case.

ToLower

Convert the given string to lowercase.

ToPascal

Convert the given string to pascal case.

ToUpper

Convert the given string to uppercase.

WebWorksHelpContextOrTopic

Converts the given 'key' into a valid WebWorks Help/Reverb context or topic s...

Last modified date: 08/12/2026