Azure.Storage.Cryptography.ContentRangeExtensions
namespace Azure.Storage.Cryptography
{
internal static class ContentRangeExtensions
{
public static long? GetContentRangeLengthOrDefault(this string contentRange);
public static long GetRangeLength(this ContentRange contentRange);
}
}