Skip to content

BoolExtensions

Lee Conlin edited this page Mar 19, 2020 · 2 revisions

BoolExtensions.ToYesNo(val)

Converts true/false to Yes/No

Name Description
val System.Boolean

Returns

A string containing "Yes" or "No" based on the input bool

Clone this wiki locally