Click or drag to resize
GeneratorUtils.GetRealMaxLength Method
Gets the real length for the type specified, if the specified length is 0. This only affects string and array types, all other types are ignored

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public static int GetRealMaxLength(
	int specifiedLength,
	Type type
)

Parameters

specifiedLength
Type: System.Int32
The specified length.
type
Type: System.Type
The type.

Return Value

Type: Int32
See Also