TensorDecodeString Method |
http://www.emgu.com
Decode a string encoded
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntaxpublic byte[] DecodeString(
Status status = null
)
Public Function DecodeString (
Optional status As Status = Nothing
) As Byte()
public:
array<unsigned char>^ DecodeString(
Status^ status = nullptr
)
member DecodeString :
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> byte[]
Parameters
- status (Optional)
- Type: Emgu.TFStatus
The status
Return Value
Type:
ByteThe decoded string.
See Also