Struct FilePath
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
  Namespace: PiXYZ.Utils
Assembly: cs.temp.dll.dll
Syntax
public struct FilePath
  Constructors
FilePath(String)
Declaration
public FilePath(string str)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | str | 
Methods
ToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.ValueType.ToString()
  Operators
Implicit(FilePath to String)
Declaration
public static implicit operator string (FilePath path)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FilePath | path | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Implicit(String to FilePath)
Declaration
public static implicit operator FilePath(string str)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | str | 
Returns
| Type | Description | 
|---|---|
| FilePath |