Click or drag to resize

PropertySafePropName Method

Make a property name safe (by truncating to maxlength if necessary).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string SafePropName(
	string name
)

Parameters

name
Type: SystemString
The property name to make safe.

Return Value

Type: String
The safe property name.
See Also