Table of Contents

Method Create

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Create(string?)

Creates an new StringValue from the specified string.

public static StringValue Create(string? value)

Parameters

value string

The string value.

Returns

StringValue