Example #1
0
 /// <summary>
 /// Override returns a formatted version of this handle's unique ID.
 /// </summary>
 /// <returns>The <c>DataId</c> property</returns>
 public override string ToString()
 {
     return(m_InternalId.ToString());
 }
Example #2
0
 /// <summary>
 /// Writes an internal ID to a storage medium.
 /// </summary>
 /// <param name="name">A name tag for the item</param>
 /// <param name="id">The internal ID to write</param>
 public void WriteInternalId(string name, InternalIdValue id)
 {
     WriteValue(name, id.ToString());
 }