![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A collection of utility functions. More...
Static Public Member Functions | |
static string | PositionToFormattedString (Position position) |
Converts the provide position into a string representation of itself. More... | |
static Position | FormattedStringToPosition (string formattedPosition) |
Converts the provided formattedPosition string representation of a Position back into a Position. More... | |
static byte[] | StringToByteArray (string value) |
Converts the provided value into a byte Array. More... | |
static string | ByteArrayToString (byte[] value) |
Converts the provided value byte array into a string. More... | |
A collection of utility functions.