API Reference
Class
GoogleWorkspaceCheckpointFormat
Formats values used in persisted Google Workspace synchronization fingerprints.
Inheritance
- Object
- GoogleWorkspaceCheckpointFormat
Remarks
Uses explicit, invariant round-trip precision so a checkpoint created on .NET Framework can be compared on modern .NET runtimes.
Methods
public static String Format(FormattableString value) #Returns:
StringFormats an interpolated fingerprint without depending on the current culture or runtime's default floating-point precision.
Parameters
- value System.FormattableString
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object