function Leadtools.LTHelper.base64Encode( input , removeLinefeed )
Parameter | Type | Description |
---|---|---|
input | byte | Input byte array |
removeLinefeed | bool | If true, then any line feed characters (hex values 10 followed by 13) will be removed and not encoded in the final result. Otherwise; line feed characters will be encoded in the final result. |
Type | Description |
---|---|
string | A string that contains the resulting Base 64 encoded value. |