This is part of the Fake.Runtime module.

String

Contains basic functions for string manipulation.

Nested types and modules

TypeDescription
String

Functions and values

Function or valueDescription
isNotNullOrEmpty(value)
Signature: value:string -> bool
Modifiers: inline

Returns if the string is not null or empty

isNullOrEmpty(value)
Signature: value:string -> bool
Modifiers: inline

Returns if the string is null or empty