DevToys.RowVersionConverter 0.1.0

dotnet add package DevToys.RowVersionConverter --version 0.1.0
                    
NuGet\Install-Package DevToys.RowVersionConverter -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevToys.RowVersionConverter" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevToys.RowVersionConverter" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DevToys.RowVersionConverter" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevToys.RowVersionConverter --version 0.1.0
                    
#r "nuget: DevToys.RowVersionConverter, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevToys.RowVersionConverter@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevToys.RowVersionConverter&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DevToys.RowVersionConverter&version=0.1.0
                    
Install as a Cake Tool

DevToys.RowVersionConverter

A DevToys extension that converts a SQL Server RowVersion (8-byte binary value) between:

  • Base64 (8 bytes encoded)
  • Unsigned 64-bit integer (ulong)
  • Hexadecimal (16 hex chars; optional 0x; spaces or dashes allowed)
  • Byte list (comma‑separated decimal bytes)

Behavior

  • Empty or whitespace input returns empty outputs.
  • Invalid input clears the other fields and shows a warning.
  • Hex parsing ignores spaces and dashes and accepts upper or lower case.
  • Numeric/Base64/hex kept consistent via endian normalization.

Installation

  1. Open DevToys v2.
  2. Open the Manage Extensions panel.
  3. Click on Find more extensions online.
  4. Find the "DevToys.RowVersionConverter" package and download it.
  5. Back in DevToys click on Install an extension.
  6. Locate the downloaded nupkg file.
  7. Find the tool under Converters.

Usage

Enter a value in one of the editable fields (Base64, ULong, Hex) to convert to the other formats. Bytes field is read-only.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 330 9/17/2025