Show / Hide Table of Contents

Class ImageExportFormatExtensions

Inheritance
System.Object
ImageExportFormatExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Export.Modules.Textures
Assembly: AssetRipper.Export.Modules.Textures.dll
Syntax
public static class ImageExportFormatExtensions

Methods

| Improve this Doc View Source

GetFileExtension(ImageExportFormat)

Declaration
public static string GetFileExtension(this ImageExportFormat _this)
Parameters
Type Name Description
ImageExportFormat _this
Returns
Type Description
System.String
| Improve this Doc View Source

TryGetFromExtension(String, out ImageExportFormat)

Declaration
public static bool TryGetFromExtension(string extension, out ImageExportFormat format)
Parameters
Type Name Description
System.String extension
ImageExportFormat format
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾