Method | Description | |
---|---|---|
FormatUserName ( this customer, bool stripTooLong = false, int maxLength ) : string |
Formats the customer name
|
|
GetFullName ( this customer ) : string |
Get full name
|
public static FormatUserName ( this customer, bool stripTooLong = false, int maxLength ) : string | ||
customer | this | Source |
stripTooLong | bool | Strip too long customer name |
maxLength | int | Maximum customer name length |
return | string |
public static GetFullName ( this customer ) : string | ||
customer | this | Customer |
return | string |