GraphEncodeBase64 Method |
Namespace: Emgu.TF
public Operation EncodeBase64( Output input, bool pad = false, string opName = "EncodeBase64" )
Public Function EncodeBase64 ( input As Output, Optional pad As Boolean = false, Optional opName As String = "EncodeBase64" ) As Operation
public: Operation^ EncodeBase64( Output^ input, bool pad = false, String^ opName = L"EncodeBase64" )
member EncodeBase64 : input : Output * ?pad : bool * ?opName : string (* Defaults: let _pad = defaultArg pad false let _opName = defaultArg opName "EncodeBase64" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,