EncryptionRoutine.encode Method |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic abstract byte[] encode(
byte[] src
)
Public MustOverride Function encode (
src As Byte()
) As Byte()
public:
virtual array<unsigned char>^ encode(
array<unsigned char>^ src
) abstract
abstract encode :
src : byte[] -> byte[]
Parameters
- src
- Type:System.Byte[]
Return Value
Type:
Byte[]
See Also