mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
7 lines
95 B
C#
7 lines
95 B
C#
namespace Microsoft.Iris;
|
|
|
|
public interface IStringEncodable
|
|
{
|
|
string EncodeString();
|
|
}
|