Below is an example of the method used to add plain text to the Description of an item in SystemWeaver using the C# SystemWeaver API. 


Example

myItem.Description = SWDescription.PlainTextToDescription("Hello world");



Result