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.
Cqrs.EventStore.Bus.EventStoreUtilities Class Reference

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...
 

Detailed Description

A collection of utility functions.