TNullableString Type

Represents an alias of the Nullable<string> type.

Namespace: Spring
type
 TNullableString = Nullable<string>;