Click or drag to resize

UtilsValidateRequiredT Method (String, NullableT, NWFExceptions)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static bool ValidateRequired<T>(
	string field,
	T? value,
	NWFExceptions exceptions
)
where T : struct, new()

Parameters

field
Type: SystemString
value
Type: SystemNullableT
exceptions
Type: Telogis.GeoBase.GeoStream.Server.NWF.ModelsNWFExceptions

Type Parameters

T

Return Value

Type: Boolean
See Also