Show / Hide Table of Contents

Class ExportFormat

The export format for saving a Hit as a formatted string.

Inheritance
System.Object
ExportFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RuriLib.Models
Assembly: RuriLib.dll
Syntax
public class ExportFormat

Properties

| Improve this Doc View Source

Format

The format of the desired string.

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX